home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / UE.DIR / 00202.ls < prev    next >
Encoding:
Text File  |  1996-04-25  |  254 b   |  16 lines

  1. on exitFrame
  2.   if the movieRate of sprite 4 then
  3.     go(the frame)
  4.   else
  5.     set the visible of sprite 4 to 0
  6.   end if
  7. end
  8.  
  9. on mouseDown
  10.   if the doubleClick then
  11.     set the visible of sprite 4 to 0
  12.     updateStage()
  13.     go(the frame + 1)
  14.   end if
  15. end
  16.